home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / doc / libmailtools-perl / README < prev   
Text File  |  2008-04-14  |  707b  |  22 lines

  1.  
  2. === README for MailTools
  3. MailTools is a set of Perl modules related to mail applications.
  4. These modules are very old (partially written before MIME!).  If you
  5. start to write a new e-mail application, consider to use MailBox
  6. instead (http://perl.overmeer.net/mailbox/)  It is a little harder
  7. to learn, but at least implements all RFCs correctly.
  8.  
  9. You require perl 5.005 or later to use this library.  When your Perl
  10. is older, then use version 1.xx.
  11.  
  12. You install the library by running these commands:
  13.  
  14.    perl Makefile.PL
  15.    make
  16.    make test
  17.    make install
  18.  
  19. There are also some demo scripts (see README.demos)
  20. Please report any bugs/suggestions to
  21.     http://rt.cpan.org/Dist/Display.html?Queue=MailTools
  22.